home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 68.7z / BS1 part 68 / Simon the Sorcerer (1994)(Adventure Soft)(Disk 1 of 9)[cr CSL].7z / Simon the Sorcerer (1994)(Adventure Soft)(Disk 1 of 9)[cr CSL].adf / hdinstall < prev    next >
Text File  |  1992-09-02  |  584b  |  25 lines

  1. .k name/a
  2.  
  3. echo "Now installing Simon the Sorcerer..."
  4. echo "To correctly install, please specify the drive name ONLY."
  5. echo "Example: HDINSTALL DH0:"
  6.  
  7.  
  8. makedir <name>Simon
  9. makedir <name>Simon/saves
  10. copy DISK01:Simon.info <name>
  11. copy DISK01: <name>Simon all
  12. delete <name>Simon/Simon.info
  13. copy DISK02: <name>Simon all
  14. copy DISK03: <name>Simon all
  15. copy DISK04: <name>Simon all
  16. copy DISK05: <name>Simon all
  17. copy DISK06: <name>Simon all
  18. copy DISK07: <name>Simon all
  19. copy DISK08: <name>Simon all
  20. copy DISK09: <name>Simon all
  21.  
  22. echo "Simon the Sorcerer has now been installed...Have fun!"
  23.  
  24.  
  25.